home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 342 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  779 b 

  1. Path: newsfeed.internetmci.com!panix!not-for-mail
  2. From: cmphil@panix.com (C. M. Phillips)
  3. Newsgroups: comp.lang.c
  4. Subject: Holidays and C programming
  5. Date: 4 Jan 1996 11:24:07 -0500
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Message-ID: <4cguv7$s5@panix2.panix.com>
  8. NNTP-Posting-Host: panix2.panix.com
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.     I'm writing an application which I would like to have observe 
  12. specific dates and holidays hopefully without creating a file every year 
  13. with specific dates.  For example, instead of explicitly stating the date 
  14. for thanksgiving for the year, is there a way to sucessfully code an 
  15. algorithm to determine the date of the holiday for a given year?
  16.  
  17.     Currently, this is a program for a unix environment.
  18.  
  19.     Thanks in advance.
  20.  
  21.  
  22.